projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
894b0e3
)
; Backport ELisp->Elisp fix to etc/NEWS to ease merging
author
Sean Whitton
<spwhitton@spwhitton.name>
Wed, 12 Mar 2025 01:45:34 +0000
(09:45 +0800)
committer
Sean Whitton
<spwhitton@spwhitton.name>
Wed, 12 Mar 2025 01:45:47 +0000
(09:45 +0800)
Do not merge to master.
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
index 906deb072125fbbeb80569508338248c485727f2..dfe4c65f1dd08e30b793e3e9b5cfcadf512b8816 100644
(file)
--- a/
etc/NEWS
+++ b/
etc/NEWS
@@
-2390,7
+2390,7
@@
This line typically looks something like
;;; My little pony mode -*- lexical-binding: t -*-
-It is needed to inform the compiler about which dialect of E
L
isp
+It is needed to inform the compiler about which dialect of E
l
isp
your code is using: the modern dialect with lexical binding or
the old dialect with only dynamic binding.